var golang.org/x/net/http2.errChanPool

7 uses

	golang.org/x/net/http2 (current package)
		server.go#L1159: var errChanPool = sync.Pool{
		server.go#L1170: 	ch := errChanPool.Get().(chan error)
		server.go#L1202: 	errChanPool.Put(ch)
		server.go#L2457: 		errc = errChanPool.Get().(chan error)
		server.go#L2469: 			errChanPool.Put(errc)
		server.go#L3150: 		done:   errChanPool.Get().(chan error),
		server.go#L3167: 		errChanPool.Put(msg.done)